﻿@charset "utf-8";
*{margin: 0;padding: 0;border-radius: 0;}
body{font-size:12px;font-family:'思源黑体';margin:0px auto;background: #fff;}
ul,li{list-style: none;margin: 0;padding: 0;}
a{text-decoration: none; color:#000;}
a:hover{ color:#602950;}
input:focus,textarea:focus{ outline:none; }
h1,h2,h3{  font-weight:normal;} 
img{border: none;vertical-align: middle;}
br{display: inline;line-height:8px;}

/*公共样式*/
.top_rr{display: none;}
.liend{margin-right:0%!important;}
/* 404 */
.error {
  margin: 40px auto;
}
.error img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.error img.error_sj {
  display: none;
}

/*头部*/
.menu_bt{position: relative;z-index: 9999; width:24px;height:12px;border-top: 2px solid #666;border-bottom: 2px solid #666;vertical-align: middle; float:right; display:none;}
.menu_bt:after {content: '';position: absolute;top: 0;left: 0;right: 0;height:5px;border-bottom: 2px solid #666; transition: all 100ms linear 0ms;}
.menu_bt span:after {border-color: #666}
.menu_bt span {font-size: 0;	text-indent: -9999px}
.menu_bt span:before, .menu_bt span:after {content: '';position: absolute;top: 50%;right: 0;left: 0;border-top: 1px solid black;transition: all 100ms linear 0ms;}
.menu_bt.open {color: transparent !important; border:0;}
.menu_bt.open:after {-webkit-transform: scale(0);transform: scale(0);}
.menu_bt.open span:before, .menu_bt.open span:after { border-width: 2px;border-color: white;}
.menu_bt.open span:before {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu_bt.open span:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}


.header{ background:none; height:102px; width:100%; background:#FFFFFF;box-shadow:0 0 5px 2px rgba(0,0,0,.1); /*z-index:111100;  position:fixed; left:0; top:0;*/}
.header .con{ max-width:90%; margin:0 auto; padding-top:26px; }
/*.header.add{ background:#fff; box-shadow:0 0 5px 2px rgba(0,0,0,.1);}*/
.logo{ float:left; position:relative; z-index:1000;}
.logo.gao{ z-index:10;}
.logo a{ background:url(../images/logo.png) no-repeat; width:270px; height:50px; display:block; background-size:auto 53px; margin-top:11px;}

.page-overlay{ float:left;height:76px;margin-left:8%;}
.page-overlay .nav{ float:left;}
.page-overlay .nav li{ float:left; padding-left:20px;padding-right:20px; position:relative;}
.page-overlay .nav li > a{ font-size:17px; padding:0 2px; color:#333; line-height:72px; display:block;}
.page-overlay .nav li > span{display:none;}
/*.page-overlay .nav li a p{width:0px;height:4px;margin-top:0px;transition:all 0.5s;overflow:hidden;}
.page-overlay .nav li:hover a p{width:68px;background:#602751;}
.page-overlay .nav li a.hover p{width:68px;background:#602751;}*/
.page-overlay .nav li > a:after{content: "";width: 0;height: 4px;background: #602950;position: absolute;top: 100%;left: 50%;transition: all .8s;z-index:1001;}
.page-overlay .nav li > a:hover:after{ left: 0%;width: 100%;}
.page-overlay .nav li > a:hover{ color:#602950;}
.page-overlay .nav li > a.on{ color:#602950; border-bottom:4px solid #602950;}
.page-overlay .nav li > a.on:hover{border-bottom:0px solid #602950;}
/*.page-overlay .nav li > a.on:hover:after{width: 0;}*/

/*.page-overlay .nav li:hover dl{display: block;}*/
.page-overlay .nav li:hover a{color:#602950;}.page-overlay .nav li:hover a.on{border-bottom:0px solid #602950;}
.page-overlay .nav li:hover a:after{ left: 0%;width: 100%;}/*.page-overlay .nav li:hover a.on:after{ width: 0;}*/
.page-overlay .nav li dl{width: 220px;height: auto;overflow: hidden;position: absolute; left:calc(50% - 110px);top: 72px;background: #fff;display: none;z-index: 1000; padding-top:25px; padding-bottom:20px;}
.page-overlay .nav li dl dd{width: 100%; margin:0 auto;height: 55px;line-height: 55px;font-size: 16px;color: #666;text-align: center;}
.page-overlay .nav li dl dd a{display: block;color: #666!important;padding:0px 0px;}
.page-overlay .nav li dl dd a:hover{color: #fff!important;background: unset; background:#602950}
.page-overlay .nav li dl dd a.hover{color: #602950!important;background: unset;}
.page-overlay .nav li.zi{ display:none;}

/*.nav-right{ float:right; width:auto;  margin-top:37px}
.nav-right .lang{ float:left; width:auto; background:url(../images/icon-1-1.png) no-repeat left 3px; padding-left:30px;position:relative; font-size:14px; color:#030000; position:relative}
.nav-right .lang a{ color:#030000}
.nav-right .lang p{ float:left; width:44px; background:url(../images/icon-2-1.png) no-repeat right 12px; height:24px; cursor:pointer}
.nav-right .lang p span{ float:left; width:100%; overflow:hidden; line-height:24px}
.nav-right .lang p span a{ color:#030000}


.nav-right .lang em{width:80px; position:absolute;left:0px;top:30px; background:#fff; z-index:12; box-shadow:0px 0px 11px 6px rgba(0,0,0,0.10);border-radius:4px; padding:5px 0px;opacity:0; visibility:hidden;transform:scale(0);transition:all 0.4s ease}
.nav-right .lang em:before{ width:auto; content:"";border-left:7px transparent solid;border-right:7px transparent solid;border-bottom:7px #fff solid; position:absolute;left:30px;top:-7px;}
.nav-right .lang em a{ float:left; width:100%; height:30px; line-height:30px; text-align:center; font-size:14px; color:#222}

.nav-right .lang:hover em{opacity:1; visibility:visible;transform:scale(1)}
.nav-right .lang em:hover a{ color:#b31b34}*/



.top_r1{float: right;height: 36px;font-family: "思源黑体";margin-top: 20px;}
.en{font-size: 16px; color: #333333;line-height: 36px;height: 36px;background: url(../images/en.png) no-repeat left center;background-size:19px; padding-left: 25px;/*margin-right: 60px;*/position: relative;}
/*.en .lasj{display:none}*/
/*.en a{display: block;color: #333333;}
.en a:hover{color: #602751;}
.en .en1{width: 100%;height: auto;position: absolute;top: 40px;left: 0px;z-index: 3;background: #fff;text-align: right;padding-right: 10px;display: none;}
.en:hover .en1{display: block}*/

.en .lang em{width:80px; position:absolute;left:0px;top:30px; background:#fff; z-index:12; box-shadow:0px 0px 11px 6px rgba(0,0,0,0.10);border-radius:4px; padding:5px 0px;opacity:0; visibility:hidden;transform:scale(0);transition:all 0.4s ease}
.en .lang em:before{ width:auto; content:"";border-left:7px transparent solid;border-right:7px transparent solid;border-bottom:7px #fff solid; position:absolute;left:30px;top:-5px;}
.en .lang em a{ float:left; width:100%; height:30px; line-height:30px; text-align:center; font-size:14px; color:#222}
.en .lang:hover em{opacity:1; visibility:visible;transform:scale(1)}
.en .lang em:hover a{ color:#602751}



.ss a{display:none;}
.ss{background:#fff url(../images/ss.png)no-repeat center;background-size:22px;height: 34px;max-width: 218px;cursor: pointer;position: absolute;right:9%;margin-top: 2px;width:35px;}
.ss input{max-width: 216px;height: 34px;width: 70%;padding-left: 10px;font-size: 14px;color: #999999;line-height: 34px;border: 0px;border-radius: 30px;outline: none;display: none;}
.ss:hover{width: 99%;border:1px #602751 solid;border-radius: 30px;background:#fff;}
.ss:hover input{display: block;}



.box_swipe{display:none;}
/*banner*/
#slideBox{max-width: 1920px;height: auto;overflow: hidden;position: relative;margin: 0px auto 0px;display: block;width: 100%;}
.slideBox .bd{position: relative;height: auto;z-index: 0px;width: 100%;}
.slideBox .bd li{zoom:1px;width: 100%; overflow:hidden;}
.slideBox .bd img{width: 100%;height: auto;display: block;vertical-align: middle;}
.slideBox .bd ul li.on img{-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
		animation: mymove 5s infinite;
		animation-iteration-count:1;
     -webkit-animation-iteration-count:1; /* Safari 和 Chrome */
	 transform: scale(1.1);}
/* Chrome, Safari, Opera */
	@-webkit-keyframes mymove {
		/*50% {transform: scale(1.2);}会放大后缩小*/
		from {
		transform: scale(1);
		}
		to {
		transform: scale(1.1);
		}/*放大到1.3倍*/
	}
	
	/* Standard syntax */
	@keyframes mymove {
		from {
		transform: scale(1);
		}
		to {
		transform: scale(1.1);
		}
	}
.slideBox .hd{width: 100%;height:auto;position: absolute;text-align: center; bottom: 30px;z-index: 1}
.slideBox .hd ul{display:inline-block;}

/*.slideBox .hd ul li{width:80px;height: 5px;float: left;margin-left: 8px;margin-right: 8px;cursor: pointer;background:#fff;border-bottom:0px #fff solid;}
.slideBox .hd ul li.on{width: 80px; background: #602950;position: relative;border-bottom:0px #fff solid;}*//*border-radius: 15px;*/
/*.slideBox .hd ul li.on:after{content: ""; width: 0;height: 5px;position: absolute;top: 100%;left: 0%;animation: myfirst 3s;opacity: 1; background-color: #602950;}
@keyframes myfirst
{
	from {width: 0px;}
	to {width: 82px;}
}*/

.slideBox .hd ul li{ display: inline-block; width:80px;margin-left: 8px;margin-right: 8px;position: relative; top: -.03rem; z-index:3;height:5px;background:rgba(255,255,255,.5);}
.slideBox .hd ul li:after{content: "";transition-timing-function:linear;transform-origin:left; position: absolute; left: 0;width: 0; height: 100%; top: 0; background:rgba(96,41,80,1); /*background:rgba(255,255,255,.5);*/}
.slideBox .hd ul li.on:after{
    width: 100%;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
}
/*.slideBox .hd ul li.on:after{ animation:first 3s;}
@keyframes first{
	0%{width:0;transform:scaleX(.5);}
	100%{width:100%;transform:scaleX(1);}
}*/



.banner_1{width: 96%;height: 52px;position: absolute;top: 43%;z-index: 3;left: 2%;}
.banner_1 a{display: block;width: 52px;height: 52px;float: left;}
.banner_l a.prev{float: left;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.banner_1 a.next{float: right;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
/*.banner_l a.prev:hover { opacity:0.5}.banner_l a.next:hover{ opacity:0.5}*/


/*首页产品中心*/
.ipro{width: 100%;margin:0px auto;padding-left: 0%;padding-right: 0%;height: auto;overflow: hidden; background:#f5f5f5;}
.ipro .banner{width: 100%;max-width: 1350px;height:auto;overflow: hidden;margin:90px auto;}
.ipro .banner ul{width: auto; height:auto;overflow: hidden;}
.ipro .banner ul li{width: 48%;height: 340px; overflow:hidden; margin:1%;float:left; background:#fff;border-radius:20px;}
.ipro .banner ul li .ipro2{width: 100%;height: auto;}
.ipro .banner ul li .ipro2 .pimg{width:50%; float:right; overflow:hidden;height:330px; position:relative;}
.ipro .banner ul li .ipro2 img{max-width: 100%;height: auto;vertical-align:middle; transition: all 0.5s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.ipro .banner ul li .ipro2:hover img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(1.1);}/*图片垂直居中*/
.ipro .banner ul li .ipro2 .proinfo{width:45%; float:left;text-align:left; padding-left:5%; padding-top:5%;}
.ipro .banner ul li .ipro2 .proinfo h1{color:#333333; font-size:34px; font-weight:550;}
.ipro .banner ul li .ipro2 .proinfo h2{color:#333333; font-size:20px; font-weight:550;}
.ipro .banner ul li .ipro2 .proinfo p{color:#999; font-size:14px; font-weight:500; margin-top:20px; line-height:25px;}
/*.news ul li a .news_2 .news_2_2 .more{width: 110px;height: 30px;margin-top: 65px;font-size: 12px;border:1px #a0a0a0 solid;border-radius: 15px;line-height: 30px;text-align: center;color: #666666; float:right;} 
.news ul li:hover a .news_2 .news_2_2 .more{background: #602751;border:1px #602751 solid;;color: #fff;}*/
.ipro .banner ul li .ipro2 .proinfo h3{width: 90px;height: 30px;font-size: 12px;border:1px #333 solid; background:#333;border-radius: 15px;line-height: 30px;text-align: center;color: #fff;margin-top:50px;}
.ipro .banner ul li:hover .ipro2 .proinfo h3{background: #602751;border:1px #602751 solid;;color: #fff;}
.ipro .banner ul li:hover{box-shadow: 0 0 10px #ccc; }.ipro .banner ul li:hover .ipro2 .proinfo h1{color:#602751;}.ipro .banner ul li:hover .ipro2 .proinfo h2{color:#602751;}

/*视频*/
.bg{background:#000000; width:100%; height:100%; position:absolute; top:0; left:0;z-index:1000; opacity:0.6; display:none;}
.flotage_box{display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	width:70%;
	height:600px;
	transform: translate(-50%,-50%);
	z-index: 9999;
	/*box-shadow: 0 0 20px 0 #333;*/
	border-radius: 15px;
	overflow: hidden;
}
.flotage_left{
	position: absolute;
	bottom: 151px;
	left: 124px;
	width: 100px;
	height: 30px;
}
.flotage_right{
	position: absolute;
	bottom: 151px;
	right: 135px;
	width: 100px;
	height: 30px;
}
.flotage_close{
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #173e43;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.flotage_close div{
width: 25px;
	height: 25px;
	cursor: pointer;
	position: relative;
	margin: 5px auto;
}
.flotage_close div::after{
	content: '';
	position: absolute;
	right: 0;
	top: 13px;
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.flotage_close div::before{
	content: '';
	position: absolute;
	right: 0;
	top: 13px;
	width: 100%;
	height: 3px;
	background-color: #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/*关于我们*/
#abo{width: 100%;height: auto;margin:0px auto; text-align:center;overflow: hidden; background:#fff;}
.abo{width:50%;float: left;height:auto;overflow: hidden;display: block; margin:0px auto;}
.abo2{width:100%; max-width:900px;height: auto; margin:0px auto;margin-top:80px;}
.abo2 .abo2_1{width: 70%;float: right;line-height:34px;padding-right: 4%;box-sizing: border-box;}
.abo2_1 .bt1 h2{font-size: 16px;text-align: left;color: #333; line-height:26px; font-weight:550; margin-bottom:50px; margin-top:30px;}
.abo2_1 .bt1 h1{font-size: 46px;text-align: left;color: #333;font-weight:550;}
.abo2_1 p{font-size: 16px;line-height: 30px;color: #999;margin-top: 28px;height: auto;overflow: hidden;text-indent:0em; text-align:left;letter-spacing:0.03em}/*text-indent:2em缩进两个字*/
.abo2_2{width: 50%;height: 330px; float:right; padding-top:260px; color:#FFFFFF; font-size:16px; line-height:30px;}/*.abo2_2 img{width:100%; height:auto;}*/

.abo2_1 a{display:block;width: 90px;height: 30px;font-size: 12px;border:1px #333 solid; background:#333;border-radius: 15px;line-height: 30px;text-align: center;color: #fff;margin-top:60px;}
.abo2_1 a:hover{background: #602751;border:1px #602751 solid;;color: #fff;}

#gyyl{width: 100%;margin:0px auto;}
.gyyl{width: 96%;max-width: 1460px;margin:0px auto 0px;padding-left: 2%;padding-right: 2%;height: auto;overflow: hidden;height: auto;}
.gyyl_b{width: 100%;height: 188px;max-width: 1460px;margin-left: 10%;}
.gyyl_b li{width: 19.5%;height: auto;overflow: hidden;float: left;display: block;}
.gyyl_b li p{ text-align:center; font-size:16px; color:#666666;}
.gyyl_b li h1{font-size: 48px;color: #333333;text-align: center;margin-top: 40px; font-weight:bold;}.gyyl_b li span{font-size: 16px;}
.gyyl_b li .number-list1{}

.number-list1  label {
  transition: all .3s ease;
}
.number-list2  label {
  transition: all .3s ease;
}
.number-list3  label {
  transition: all .3s ease;
}
.number-list4  label {
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .number-list1:hover:before {
    opacity: 1;
  }
  .number-list1:hover label {
    color: #602751;
    text-shadow: 0 10px 20px rgba(96, 39, 81, 0.5);
  }
  .number-list2:hover:before {
    opacity: 1;
  }
  .number-list2:hover label {
    color: #602751;
    text-shadow: 0 10px 20px rgba(96, 39, 81, 0.5);
  }
  .number-list3:hover:before {
    opacity: 1;
  }
  .number-list3:hover label {
    color: #602751;
    text-shadow: 0 10px 20px rgba(96, 39, 81, 0.5);
  }
  .number-list4:hover:before {
    opacity: 1;
  }
  .number-list4:hover label {
    color: #602751;
    text-shadow: 0 10px 20px rgba(96, 39, 81, 0.5);
  }
  .number-list5:hover:before {
    opacity: 1;
  }
  .number-list5:hover label {
    color: #602751;
    text-shadow: 0 10px 20px rgba(96, 39, 81, 0.5);
  }
}
/*首页新闻*/
#inews{width: 100%;height: auto;margin:0px auto; text-align:center;background:url(../images/inews_bg.jpg) no-repeat center;overflow: hidden;}
.inews{width: 96%;max-width: 1320px;margin:100px auto 50px;padding-left: 2%;padding-right: 2%;height: auto;overflow: hidden;}
.inews h1.title{font-size:42px; color:#fff; text-align:left; font-weight:550;}
.inewslist{width: 100%;heigt: auto;overflow: hidden;margin: 20px auto 0px;}
.inewslist ul {width: 100%;height: auto;overflow: hidden;}
.inewslist ul li{width: 31%;float: left; background:#fff; margin-right:3.5%;}
.inewslist1{ width:90%;padding:0px 5%; height:auto; text-align:left;}
.inewslist1 h1{font-size: 20px; font-weight:550; margin-top:10px; height:50px; line-height:25px; overflow:hidden;}
.inewslist1 p{font-size: 16px;line-height: 26px;color: #999999;height: auto;letter-spacing:0.03em}
.inewslist1 h2{width:100%;font-size: 16px; font-weight:500; color:#777777;margin-top: 22px; border-top:1px #eee solid; padding-top:20px;}
.inewslist1 h2 span{ float:right;font-size: 24px;color:#999;}
.inewslist2{ width:100%; height:260px; overflow:hidden;}.inewslist2 img{width:100%; height:auto;transition: all 0.5s;}

.inewslist ul li:hover .inewslist1 h1{ color:#602950;}.inewslist ul li:hover .inewslist1 p{ color:#666;}.inewslist ul li:hover .inewslist1 h2{ color:#602950;}
.inewslist ul li:hover .inewslist2 img{transform: scale(1.1);}

/*合作伙伴*/
.cp_t{width: 90%;height: auto;text-align: left;font-size: 42px;color: #000;font-weight: bold; padding-left:1%;}
.hzhb{width: 100%;max-width:1320px;margin:75px auto 30px;padding-left: 0%;padding-right: 0%;height: auto;overflow: hidden;}
.hzhb ul{width: 100%;height: auto;margin: 48px auto 30px;overflow:hidden; text-align:center;}
.hzhb ul li{width: 16.66%;height: auto;overflow: hidden;float: left;margin-bottom: 50px;}
.hzhb ul li a{display: block;}
.hzhb ul li a img{max-width: 100%;}


/*底部*/
#bottom{width: 100%;height: auto;overflow: hidden;margin:0px auto;background: #fff;border-top: 1px #666666 solid; background:none;}
.bottom{width: 94%;height: auto;overflow: hidden;margin: 35px auto 0px;max-width: 1350px;padding-left: 2%;padding-right: 2%}
.bottom1{width: 68%;height: auto;overflow: hidden;float: right;padding-bottom: 5px;}
.bottom1 dl{width: 12%;float: left;}
.bottom1 dl dt{font-size: 15px;color: #333;display: block;margin-bottom: 20px;font-weight: bold;}
.bottom1 dl dd{font-size: 15px;color: #666;line-height: 36px;}
.bottom1 dl dd a{color: #666;}
.bottom1 dl dd a:hover{color: #602751;}
.bottom1_r{width: 32%;float: left;height: auto;position: relative;}
.bottom1_r1 h2{font-size: 28px; font-weight:bold;color: #333;margin-top: 15px;margin-bottom: 5px;}
.bottom1_r1 p{font-size: 16px;color: #666;line-height: 20px;margin-bottom: 6px;display:block;float:left;}
.bottom1_r1 p span{display:bolck;float:left; height:40px;}
.bottom1_r2{width: 100%;height: auto;overflow: hidden;margin-top: 5px;}
.bottom1_r2 li{display: block;float: left;margin-right: 4%;text-align: center; padding-top:10px; height:80px;}
/*.bottom1_r2 li img{max-width: 100%;height: auto;}
.bottom1_r2 li p{font-size: 14px;color: #666;margin-top: 5px;}*/

.bottom1_r2 li .b4_1 img{max-width: 100%;height: auto;ursor: pointer;filter: grayscale(100%)/* brightness(90%)*/;}
.bottom1_r2 li:hover .b4_1 img{max-width: 100%;height: auto;ursor: pointer;filter:none;}
.bottom1_r2 li .b4_2{display: none;width: 70px;position: absolute;top:60px;z-index: 150;height:72px; left:-18px; background:url(../images/wx_bg.png) no-repeat center; padding-top:4px;}
.bottom1_r2 li .b4_3{display: none;width: 70px;position: absolute;top:60px;z-index: 150;height:72px; left:30px; background:url(../images/wx_bg.png) no-repeat center; padding-top:4px;}
.bottom1_r2 li .b4_2 img{width: 60px;height: auto;}.bottom1_r2 li .b4_3 img{width: 60px;height: auto;}
.bottom1_r2 li:hover .b4_2{display: block;}.bottom1_r2 li:hover .b4_3{display: block;}


.bottom2{width: 100%;height: auto;overflow: hidden;border-top: 1px #dddddd solid;}
.bottom2 ul{margin-top: 22px;width: 100%;height: auto;font-size: 14px;color: #666;}
.bottom2 ul a{color: #666;}
.bottom2 ul a:hover{color: #602751;}
.bottom2_b{height: 93px;line-height: 93px;text-align: center;color: #666;font-size: 12px;}
.bottom2_b span.bleft{ float:left; display:block; width:60%; text-align:left;}.bottom2_b span.bright{ float:right;}
.bottom2_b a{color: #666; margin-left:10px;}
.bottom2_b a:hover{color: #602751;}




/*内页banner*/
.pc_banner_de{width: 100%;height: auto;overflow: hidden;margin:0px auto;display: block;vertical-align: middle;}
.pc_banner_de img{width: 100%;height: auto;overflow: hidden;vertical-align: middle;}
.sj_banner_de{display: none;}




/*关于我们*/
.about{width:100%;margin:20px auto; height:auto; overflow:hidden;}
.about .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.about .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.about h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}

.about1{width:96%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.about1 .about1_1{width:29%; float:left;}
.about1 .about1_1 .title{font-size:32px; color:#000; text-align:left; font-weight:550; margin-bottom:0px; padding-top:30px;}
.about1 .about1_1 .title p{width:70px; height:2px; background:#602950; margin:0px; margin-top:13px;}
.about1 .about1_1 h1{ font-size:90px; color:#f5f5f5; font-weight:550; margin-top: 157px;}
.about1 .about1_2{width:71%; float:right;}
.about1 .about1_2 p img{max-width:100%;}
.about1 .about1_2 p{ font-size:16px; line-height:30px; color:#999;  text-align:left;}
.about2{width:100%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.about2 .about2_1{width:70%; float:left;}.about2 .about2_1 img{width:100%; height:440px;}
.about2 .about2_2{width:30%; float:right; height:250px; padding-top:190px; color:#FFFFFF; font-size:16px; line-height:30px; margin:0 auto; text-align:center;}

.about3{width:100%; background:#f5f5f5; margin:60px auto; height:600px; overflow:hidden;position:relative;}
#aba1{display:none;}
.about3 .about3_1{width:45%; float:left; padding-left:0.5%; padding-right:5%;}
.about3 .about3_1 h1{ font-size:22px; color:#333; font-weight:550; margin-top: 32px; text-align:left;}
.about3 .about3_1 p{ font-size:16px; line-height:30px; color:#999; margin:15px auto;margin-bottom:10px; text-align:left;}
.about3 .about3_2{width:50%; float:right;}
.about3 .about3_2 img{width:100%; height:100%;object-fit: cover;}

.conta{width: 100%;max-width: 1920px;overflow: hidden;height: 816px;margin:0px auto 60px;}
.conta_c{width: 1200px; height: 816px;margin: 0 auto; position: relative;}
.conta_c:hover .conta_xb{display: none !important;}
.conta_c1{position: absolute;z-index: 1;width: 21px;height: 31px;background: url(../images/dt1.png) no-repeat center center;top: 378px;left: 105px;cursor: pointer;    background-size: 100%;}
.conta_c1:hover{z-index: 99;}
.conta_c1_1{width: 336px; min-height: 160px;padding-bottom: 15px; box-shadow: 0 0 10px #666; background:#fff;position: absolute;border-radius:10px; bottom: 26px;left: 14px;display: none;z-index: 9;}
.conta_c1_1 h1{font-size: 20px;color: #323232;width:85%;margin-left:30px;margin-bottom: 15px; border-bottom:1px #eeeeee solid; padding-bottom:15px;}
.conta_c1_1 p{font-size: 16px;color: #666666;line-height: 28px;margin-left:30px; width:85%;clear:both;padding-left: 12px;background: url(../images/y.jpg) no-repeat left;}
.conta_c1_1 p span{display:block; width:50px; float:left; height:50px;}
.xx{width: 25px;height: 20px;position: absolute;top:-10px;right: -5px;}
.dx{
    height: 29px;
    position: absolute;
    top: 7px;
    right: 4px;
    font-size: 13.5px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    padding-right: 100%;
    padding-top: 2px;
    }
    /* .conta_x4{display: block;} */
/* .conta_x1{display: none;}
.conta_x2{display: none;}
.conta_x3{display: none;}
.conta_x4{display: none;}
.conta_x5{display: none;}
.conta_x6{display: none;} */
.conta_cb{background: none !important;top: 0;left: 0;}
.conta_xb{display: block;bottom: -473px;left: 578px;}
/* .conta_c1:hover .conta_c1_1{display: block;} */
/* .conta_c:hover .conta_c1 .conta_c1_4{display: none;}
.conta_c .conta_c1:hover .conta_c1_4{display: block} */
.conta_c1:hover .conta_c1_1{display: block;z-index: 9999;}
.conta_c1:hover .conta_c6{display: none;}
.conta_c2{top: 344px;left: 156px;}/* 休斯顿 */
.conta_c3{ top: 512px; left: 362px;}/* 巴西 */
.conta_c4{top: 220px;left: 594px;}/* 捷克 */
.conta_c5{top: 578px;left: 1171px;}/* 悉尼 */
.conta_c6{top: 386px;left: 1010px;}/* 深圳 */
.conta_c7{top: 288px;left: 1052px;}/* 北京 */
/* .conta_c8{top: 337px;left: 1008px;}重庆 */
.conta_c9{top: 358px;left: 1031px;}/* 东莞 */
.conta_c10{top: 468px;left: 990px;}/* 新加坡 */
.conta_c11{top: 388px;left: 1031px;}/* 香港 */
.conta_c12{top: 378px;left: 1053px;}/* 惠阳 */
.conta_c12 .dx{transform: translateX(108%);}
.conta_c13{top: 320px;left: 1065px;}/* 上海 */
.conta_c13 .dx{transform: translateX(108%);}
.conta_c14{top: 312px;left: 1042px;}/* 苏州 */
.conta_c15{top: 315px;left: 1154px;}/* 日本 */
.conta_c16{top: 333px;left: 984px;}/* 成都 */
.conta_c17{top: 288px;left: 1028px;}/* 郑州 */

.conta_c5 .conta_c1_1{bottom: 26px;left: -330px;}/* 悉尼 */
.conta_c6 .conta_c1_1{bottom: 26px;left: -330px;}/* 深圳 */
.conta_c7 .conta_c1_1{bottom: 26px;left: -330px;}/* 北京 */
/* .conta_c8 .conta_c1_1{bottom: 26px;left: -330px;}重庆 */
.conta_c9 .conta_c1_1{bottom: 26px;left: -330px;}/* 东莞 */
.conta_c10 .conta_c1_1{bottom: 26px;left: -330px;}/* 新加坡 */
.conta_c11 .conta_c1_1{bottom: 26px;left: -330px;}/* 香港 */
.conta_c12 .conta_c1_1{bottom: 26px;left: -330px;}/* 惠阳 */
.conta_c13 .conta_c1_1{bottom: 26px;left: -330px;}/* 上海 */
.conta_c14 .conta_c1_1{bottom: 26px;left: -330px;}/* 苏州 */
.conta_c15 .conta_c1_1{bottom: 26px;left: -330px;}/* 日本 */
.conta_c16 .conta_c1_1{bottom: 26px;left: -330px;}/* 成都 */
.conta_c17 .conta_c1_1{bottom: 26px;left: -330px;}/* 郑州 */

.dx5{top: 29px; right: -58px;}
.dx7{margin-right: -55px;}
.dx8{right: -31px;top: 0px;padding-right: 0;padding-left: 23px;}
.dx11{position: static;margin-top: 25px;}
.dx14{top: 2px;}

/*发展历程*/
/*.box {
        padding: 0 5%;
        min-width: 200px;
        width: 100%;
		
    }*/
address, caption, cite, code, dfn, em, th, var {font-weight: normal;font-style: normal;}
p:before, q:after {content: '';}
.about-his{ width:100%; overflow:hidden;  height:auto}
.about-his h3{ width:100%; overflow:hidden; text-align:center; font-size:36px; font-weight:bold; color:#030000; margin-top:120px}
.his-body{ width:1350px; overflow:hidden; margin:0px auto 0px; position:relative;}
.his-content{ width:90%; height: 450px; margin: 10px auto; overflow:hidden; position:relative;/* background:#b6263e;border-radius:6px;box-shadow:0px 0px 16px 2px rgba(182,38,62,0.45)*/}
.his-item{ width:90%;overflow:hidden; position:absolute;left:7%;top:50%; z-index:23;opacity:0;transition:all 0.7s ease;}
/*.his-item span{ float:left; width:100%; overflow:hidden; text-align:center; font-size:60px; color:#333;font-family:'dinprob';}*/
.his-info{ float:left; width:100%; overflow:hidden; text-align:center; line-height:33px; height:132px; font-size:16px; color:#fff; padding:0px 20px; margin-top:7px}
.his-content .active{ z-index:26;opacity:1;top:60px}

.his-body .swiper-button-prev{ width:60px; height:60px; background:#602950 url(../images/l.png) no-repeat;top:30%}
.his-body .swiper-button-next{ width:60px; height:60px; background:#602950 url(../images/l.png) no-repeat;top:30%;transform:rotate(180deg)}
.his-body .swiper-button-prev:hover{ background:#602950 url(../images/r.png);transform:rotate(180deg)}
.his-body .swiper-button-next:hover{ background:#602950 url(../images/r.png);transform:rotate(0deg)}
.his-body .swiper-button-disabled{opacity: 0 !important;}


.his-nav{ width:100%; overflow:hidden; margin-top:70px;height: 175px;}
.his-nav .swiper-slide{ cursor:pointer}
.his-nav .swiper-slide samp{ float:left; width:25px; height:32px; background:url(../images/icon-138.png) no-repeat; display:inline; margin-left:9px;opacity:0;transition:all 0.4s ease;}
.his-nav .his-navs{ float:left; width:100%; overflow:hidden}
.his-nav .his-navs span{ float:left; width:6px; height:6px; background:#808080;border-radius:50%;border:5px #ddd solid; margin-top:25px; display:inline; margin-left:12px ;transition:all 0.4s ease}
.his-nav .his-navs p{ float:left; width:150px; height:16px; background:url(../images/icon-137.png) no-repeat left; margin-top:25px; display:inline; margin-left:16px;transition:all 0.4s ease; position:relative}
.his-nav .his-navs p:before{ width:0%; height:4px; position:absolute;left:0px;top:6px; z-index:23;border-radius:2px; background:#602950;transition:all 1s linear}
.his-nav em{ float:left; width:100%; overflow:hidden; margin-top:23px; color:#808080; font-size:18px; font-family:'dinpro';transition:all 0.4s ease}
.his-nav .active samp{opacity:1}
.his-nav .active .his-navs span{ background:#602950;border-color:#af94a7}
.his-nav .active em{ color:#602950; font-weight:bold}
.his-nav .active .his-navs p:before{ width:100%; height:4px; position:absolute;left:0px;top:6px; z-index:23;border-radius:2px; background:#602950; }



.about-his{ background-size:cover; height:auto; padding-bottom:20px}
.about-his h3{font-size:32px;  margin-top:100px}
.his-body{ width:1300px;  margin:0px auto 0px;}

.txt {
    /* width: 50%; */
    float: left;
    line-height: 2;
    color: #666;
	padding-top:20px;
}
.txt .stt {
    font-size: 65px; color:#555;
    line-height: 1.2;
    margin-bottom: 20px;
}
.txt .stc {
    font-size: 16px;
    padding-right: 10px;
    overflow: auto;
}
.simg {
    display: block;
    float: right;
    width: 40%;
    float: right;
    padding-top: 0px;
}


/*荣誉资质*/
.honor{width: 96%;padding-left: 2%;padding-right: 2%;height: auto;overflow: hidden;margin: 75px auto;max-width: 1350px;}
.honor_cc{width: 100%;overflow: hidden;margin: 0px auto 0px;position: relative;}
.honor_c{width: 100%;height: auto;overflow: hidden;margin: 0px auto 45px;max-width: 1350px;}
.honor_c ul{width: 100%;height: auto;overflow: hidden;margin:0px auto;}
.honor_c ul li{width: 22.75%;height: auto;float: left;margin-left: 3%;overflow: hidden;margin-bottom: 3%;cursor: pointer;}
/*.honor_c ul li .image{ width:98.3%; height:400px; border: 2px #ddd solid; display: table-cell;vertical-align: middle; overflow:hidden;}*/
.honor_c ul li .image{ width:98.3%; height:320px; border: 2px #eee solid; background:#eee;position: relative; overflow:hidden;}
.honor_c ul li img{width: 94%;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}/*图片垂直居中*/
.honor_c ul li .honor_c2{height: 50px;width: 99%;line-height: 50px; margin-top:5px;text-align: center;font-size: 15px;overflow: hidden;color: #666; border:1px #e1e1e1 solid;}
.honor_c ul li:hover .image{border: 2px #602751 solid;width: 98.3%;}
.honor_c ul li:hover .honor_c2{color: #fff; background:#602751;border:1px #602751 solid;}

.core3_c3{width: 100%;height: auto;overflow: hidden;position: absolute;top: 30%;z-index: 2;}
.core3_c3 a{font-size: 55px;color: #666666;font-family: "思源黑体";}
.honor .core3_c3{top: 39%;}
.core3_c3 .prev{float: left;}
.core3_c3 .next{float: right;}

.img-box{
			position: fixed;
			width: 100%;
			height: 100%;
			background:rgba(0,0,0,0.8);
			top: 0;
			left: 0;
			z-index: 9999;
			display:none;

		}
		.img-container{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 100%;
		}


.img-container{display: flex;justify-content: center;align-items: center;width: 462px;height: 100%;margin:0px auto;position: relative;}
.img-container img{width:462px;height:auto;display:block;margin:0px auto;}
#gd{width: 100%;height: 100%;overflow: hidden;margin: 0px auto;display: table;}
.gd{width:100%;height:auto;overflow:hidden;margin:0px auto;display: table-cell;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 9999;}
.gd1{width:60px;height:auto;overflow:hidden;margin:0px auto; background:#CCCC33}
.gd em{width:38px;height:38px;transition: all 0.5s;cursor: pointer;position: absolute;right: 20%;top:0px;z-index: 10000}
.gd em img{width:38px;height:38px;}
.gd em:hover{transform:rotate(270deg);}




/*联系我们*/
.contact{width:100%;margin:20px auto; height:auto; overflow:hidden;}
.contact .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.contact .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.contact h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}.contact p{ font-size:16px; line-height:30px; color:#666; margin-bottom:10px; text-align:center;}
.contact1{width:96%;max-width: 1500px;margin:20px auto; height:auto; overflow:hidden;}
.contact1 ul{width:100%;}
.contact1 ul li{float:left; margin-left:0%; margin-right:0%; padding-right:5%;  padding-left:5%; border-right:1px #f1f1f1 solid;}
.contact1 ul li h1{font-size:24px; color:#333; font-weight:500; margin-bottom:10px;}
.contact1 ul li img{width:63px; height:63px;margin-bottom:10px;}
.contact1 ul li p{ font-size:16px; line-height:26px; color:#666; margin:0px auto;margin-bottom:10px; text-align:left;}

#contact_frm{width:100%;margin:40px auto 20px; height:auto; overflow:hidden; background:#f5f5f5;}
.support_cl{width: 96%;height: auto;overflow: hidden;max-width: 1350px;margin: 0px auto;}
.support_cl li{width: 30%;margin-right: 3%;height: 53px;overflow: hidden;border:1px #dddddd solid;float: left;margin-top: 18px;margin-bottom: 18px;border-radius: 10px;background:#fff;}
.support_cl li span{font-size: 15px;color: #666;line-height: 30px;width:10%;height: 30px;margin-top: 11.5px;margin-left: 5%;border-right: 1px #dddddd solid;padding-right: 4%;display: block;float: left;}
.support_cl li input{width: 75%;float: right;height: 53px;outline: none;border: 0px;float: left;margin-left: 5%;font-size: 15px;color: #666;}
.support_cl li select{width: 75%;float: right;height: 53px;outline: none;border: 0px;float: left;margin-left: 5%;font-size: 15px;color: #666;}
.support_cl textarea{width: 96.5%;height:123px;overflow: hidden;padding-top: 20px;margin-top: 16px;padding-left: 1.5%;border: 1px #dddddd solid;border-radius: 10px;outline: none;font-size: 15px;color: #666;font-family: "思源黑体";}
.tj{width: 213px;height: 67px;background: #602750;border-radius: 5px;line-height: 67px;text-align: center;font-size: 18px;color: #ad8e26;margin:50px auto;}
.tj a{display: block;color: #fff;}
.tj:hover{background: #943078;}.tj:hover a{color: #fff;}


/*产品中心*/
.iproc{width: 96%;height: auto;overflow: hidden;margin: 90px auto 0px;max-width: 1250px;padding-left: 2%;padding-right: 2%;}
.iproc ul{margin:0px auto; text-align:center;display:table;}
.iproc ul li {float: left;margin-top: 0px; padding-left:70px; padding-right:70px; border-right:1px #e5e5e5 solid;}
.iproc ul li h1{font-size: 15px; margin-top:5px; font-weight:550; color:#666666}
.iproc ul li img{filter: grayscale(100%) brightness(250%);}
.iproc ul li:hover h1{ color: #602950;}
.iproc ul li:hover img{filter: none;/*transform:rotateY(180deg);*/}
.iproc ul li a.hover h1{ color: #602950;}.iproc ul li a.hover img{ filter:none;}

.prolist{width: 100%;margin:0px auto;height: auto;overflow: hidden; background:#f5f5f5;}
.prolist .banner{width: 98%;max-width: 1350px;padding-left: 1%;padding-right: 1%;height:auto;overflow: hidden;margin:30px auto;}
.prolist .banner ul{width: auto; height:auto;overflow: hidden;}
.prolist .banner ul li{width: 48%;height: 340px; overflow:hidden; margin:1%;float:left; background:#fff;border-radius:20px;}
.prolist .banner ul li .ipro2{width: 100%;height: auto;}
.prolist .banner ul li .ipro2 .pimg{width:50%; float:right; overflow:hidden; height:330px; position:relative;}
.prolist .banner ul li .ipro2 img{max-width: 100%;height: auto;vertical-align:middle;transition: all 0.5s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.prolist .banner ul li .ipro2:hover img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%) scale(1.1);}
.prolist .banner ul li .ipro2 .proinfo{ width:45%; float:left;text-align:left; padding-left:5%; padding-top:5%;}
.prolist .banner ul li .ipro2 .proinfo h1{color:#333333; font-size:34px; font-weight:550;}
.prolist .banner ul li .ipro2 .proinfo h2{color:#333333; font-size:20px; font-weight:550;}
.prolist .banner ul li .ipro2 .proinfo p{color:#999; font-size:14px; font-weight:500; margin-top:20px; line-height:25px;}
.prolist .banner ul li .ipro2 .proinfo h3{width: 90px;height: 30px;font-size: 12px;border:1px #ccc solid;border-radius: 15px;line-height: 30px;text-align: center;color: #ccc;margin-top:50px;}
.prolist .banner ul li:hover .ipro2 .proinfo h3{background: #602751;border:1px #602751 solid;;color: #fff;}
.prolist .banner ul li:hover .ipro2 .proinfo h1{color:#602751;}
.prolist .banner ul li:hover .ipro2 .proinfo h2{color:#602751;}
.prolist .banner ul li:hover{box-shadow: 0 0 10px #ccc; }
.productsinfo{max-width: 1320px;height: auto;overflow: hidden;margin: 90px auto 120px;width: 90%; background:#fff;box-shadow: 0 0 20px #e1e1e1; }
.productsinfot{max-width: 1120px;height: auto;overflow: hidden;margin: 60px auto 20px;width: 100%;padding-bottom: 25px;}
.productsinfot h1{font-size: 32px;color: #333;text-align: center;padding-bottom: 25px;border-bottom: 1px #dddddd solid;}
.productsinfot p{font-size: 18px;margin-top: 20px;color: #333;text-align: left; line-height:35px;margin-bottom:10px;}
.productsinfot h2{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}

.products{width:96%;max-width: 1350px;margin: 0 auto;padding-top: 5%;}
.products ul li{background-color: #fff;overflow: hidden;padding: 38px 45px;border-radius: 20px;overflow: hidden; box-shadow: 0 0 10px #ddd;margin-bottom: 6%; box-sizing: border-box;position: relative;}
.products ul li:hover img{transform: scale(1.1);}
.products_text{float: left; width: 44.9%;position: absolute;top: 44%;left: 45px;transform: translateY(-50%);}
.products_text h1{font-size: 32px;color: #333;font-weight: 550;margin-bottom: 16px;}
.products_text i{display: block;width: 41px; height: 2px;background-color: #602950;margin-bottom: 22px;}
.products_text p{font-size: 18px;color: #666;line-height: 32px;}
.products_img{float: right;width: 43.4%;overflow: hidden;}
.products_img img{width: 100%;height: auto;transition: all .4s;}

/*产品内页*/
.pro_de{width:100%; margin:10px auto 50px; height:auto; overflow:hidden;}
.pro_de .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.pro_de .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.pro_de h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}
.pro_de p{ font-size:16px; line-height:30px; color:#666666; margin:25px auto;margin-bottom:10px; text-align:center;}

.pro_de1{width:96%;padding-left: 2%;padding-right: 2%;max-width: 1350px; margin:20px auto 50px; height:auto; overflow:hidden;}
.pro_de1 .pro_de1_1{ width:48%; float:left;}

.pro_de1 .pro_de1_2{ width:52%; float:right;}
.pro_de1 .pro_de1_2 h1{font-size:38px; color:#333; font-weight:550; margin-top:10px;  }
.pro_de1 .pro_de1_2 h2{font-size:28px; color:#333; font-weight:550; margin-top:10px;padding-top:5px;padding-bottom:25px; border-bottom:1px #eee solid;}
.pro_de1 .pro_de1_2 p{font-size:16px; line-height:30px; color:#666666; margin:25px auto;margin-bottom:10px; text-align:left;}

#pro_de3{ width:100%; margin:0px auto 50px;background:#f5f5f5; height:auto; overflow:hidden;}
.pro_de3{width:100%; margin:0px auto; height:auto; overflow:hidden;}
.pro_de3 .pro_de3_1{ width:50%; float:left;}
.pro_de3 .pro_de3_1 .pro_de3_1_1{ width:90%;max-width:675px; float:right;}
.pro_de3 .pro_de3_1 .pro_de3_1_1 h2{font-size:28px; color:#333; font-weight:550; margin-top:30px;padding-top:35px; border-top:0px #eee solid;width:90%; padding-right:10%;margin-bottom:20px;}
.pro_de3 .pro_de3_1 .pro_de3_1_1 p{ background:url(../images/dian.png) no-repeat left top; padding-left:14px;font-size:16px; line-height:26px; color:#666666; margin:10px auto;margin-bottom:10px; text-align:left; width:90%; padding-right:8%;}
/*.pro_de3 .pro_de3_1 .pro_de3_1_1 p span{width:20px; float:left; line-height:60px;}*/

.pro_de3 .pro_de3_2{ width:50%; float:right;}

#pro_de2{ width:100%;  height:auto; overflow:hidden;}
.pro_de2{width:96%;padding-left: 2%;padding-right: 2%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.pro_de2 ul{width:100%;}
.pro_de2 ul li{width:100%; background:#f5f5f5;margin:30px auto 50px; overflow:hidden; height:auto; border-radius:20px; }
.pro_de2 ul li img{width:100%; height:auto;}
.pro_de2 ul li.life1_1 .life_img{width:50%; float:left; height:auto; overflow:hidden; }

.pro_de2 ul li.life1_1 .life_con{width:46%; float:right; height:auto; padding-left:4%; padding-top:2%; }
.pro_de2 ul li.life1_1 .life_con h1{ font-size:28px; color:#000; font-weight:550;}
.pro_de2 ul li.life1_1 .life_con h2{width:50px; height:2px; background:#602950; margin-top:10px;}
.pro_de2 ul li.life1_1 .life_con p{ font-size:16px; line-height:30px; color:#666666; text-align:left; width:95%; padding-right:5%;}

.pro_de2 ul li.life1_2 .life_img{width:50%; float:right; height:auto; overflow:hidden; }
.pro_de2 ul li.life1_2 .life_con{width:42%; float:left; height:auto;padding-left:4%;padding-right:4%;padding-top:2%; }
.pro_de2 ul li.life1_2 .life_con h1{ font-size:28px; color:#000; font-weight:550;}
.pro_de2 ul li.life1_2 .life_con h2{width:50px; height:2px; background:#602950; margin-top:10px;}
.pro_de2 ul li.life1_2 .life_con p{ font-size:16px; line-height:30px; color:#666666; text-align:left;}
/*产品内页技术规格*/
.pr_deb{width: 96%;height: auto;padding-left: 2%;padding-right: 2%;margin:60px auto;max-width: 1349px;overflow: hidden;}
.pr_deb_t{font-size: 32px;font-weight: bold;text-align: center;color: #333;}
.pr_deb ul{width: 99%;height: auto;overflow: hidden;margin: 40px auto 0px;border: 1px #dddddd solid;}
.pr_deb ul h1{width: 100%;height: 34px;line-height: 34px;background: #eeeeee;overflow: hidden;font-size: 15px;color: #666;text-align: center;}
.pr_deb ul h1 span{width: 40%;height: 34px;display: block;float: left;color: #666;border-left: 1px #dddddd solid;}
.pr_deb ul h1 .li1{width: 16.7%;text-align: left;padding-left:3%;border-left: none;}
.pr_deb ul .h1{font-weight: normal;border-top: 1px #dddddd solid;font-size: 15px;background: #fff;}
.pr_deb ul li{width: 100%;height: 34px;line-height: 34px;overflow: hidden;font-size: 15px;color: #666;text-align:left;border-top: 1px #dddddd solid;}
.pr_deb ul li span{width: 6.43%;height: 34px;display: block;float: left;color: #666;border-left: 1px #dddddd solid;padding-left: 1.5%;}
.pr_deb ul li .li1{width: 16.7%;text-align: left;padding-left:3%;border-left: none;}
.pr_deb ul li .li2{width: 6.4%;}
.pr_deb ul li .li3{width: 78.4%;border-left: 1px #dddddd solid;}
.pr_deb1{width: 97%;height: auto;overflow: hidden;padding-bottom: 35px;font-size: 15px;line-height: 35px;color: #666666;border-top: 1px #dddddd solid;padding-left: 3%;padding-top: 20px;}
.pr_deb1 p{font-size: 15px;line-height: 35px;color: #666666;}

table{width: 99%!important;height: auto;overflow: hidden;margin: 40px auto 0px;border: 1px #dddddd solid;}
table tr{height: 34px;}
table tr td{border:solid #dddddd 1.0pt!important;padding-left: 1.2%;}
table tr td p{text-align: left!important;}
table span{color: #666;font-size: 15px;text-align: center;}

.service_b {width: 100%;height: auto;overflow: hidden;margin: 22px auto 0px;border: 1px #dddddd solid;}
.service_b ul{overflow: hidden;border: 1px #dddddd solid;border-bottom: 0px;}
.service_b ul h1{font-size: 15px;color: #333;text-align: center;line-height: 50px;height: 50px;background: #dddddd;overflow: hidden;}
.service_b ul h1 span{width: 14.4%;height: 50px;overflow: hidden;text-align: center;font-size: 15px;color: #333;display: block;float: left}
.service_b ul h1 .span1{width: 27.6%;}.service_b ul h1 .span3{width: 38%;}
.service_b ul li{width: 100%;height: 50px;overflow: hidden;line-height: 50px;font-size: 15px;color: #333;text-align: center;border-bottom: 1px #dddddd solid;}
.service_b ul li{color: #333;display: block;overflow: hidden;height: 70px; line-height:70px;}
.service_b ul li span{width: 6%;display: block;height: 70px;overflow: hidden;float: left;}
.service_b ul li .span1{width: 70%; text-align:left; padding-left:2%;}.service_b ul li .span3{width: 15%;border-left: none;}
.service_b ul li .span2{background: url(../images/xz1.png) no-repeat center center;}
.service_b ul li .span4{background: url(../images/yan1.png) no-repeat center center;}
.service_b ul li.suo .span2{background: url(../images/suo1.png) no-repeat center center;}
.service_b ul li:hover{color: #602751;}
.service_b ul li span a{display:block; width:100%;}
.service_b ul li:hover .span2{background: url(../images/xz4_1.png) no-repeat center center;}
/*.service_b ul li:hover.suo .span2{background: url(../images/suo2.png) no-repeat center center;}*/
.zlxz{width: 96%!important;padding-left: 2%;padding-right: 2%;max-width: 1349px!important;height: auto;overflow: hidden;margin:40px auto!important;border: 0px!important;}
.zlxz ul{margin:35px auto;}


.list{width: 100%;margin:0px auto 50px;padding-left: 0%;padding-right: 0%;height: 70px;overflow: hidden; background:#ffffff;box-shadow: 5px 5px 8px #e6e6e6; position:relative;}

/*.list:before{content: "";transition-timing-function:linear;transform-origin:left; position: absolute; left: 0;width: 100%; height: 5px; top: 0; background:rgba(96,41,80,0.1); z-index:0}
.list:after{content: "";transition-timing-function:linear;transform-origin:left; position: absolute; left: 0;width: 0; height: 2px; top: 0; background:rgba(96,41,80,1); }*/
.list i{transition-timing-function:linear;transform-origin:left;position: absolute; left: 0;width: 0%; height: 4px; top: 0;z-index:1; background:rgba(96,41,80,1);}
.list i.line{width:0%;-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;}

.list ul{margin:0px auto; text-align:center;display:table;}
.list ul li{float: left;font-size: 16px;margin-left: 10px;padding: 0 20px; margin-right: 10px;width: auto;height: 70px;text-align: center;line-height: 70px;}
.list ul li a{color: #666;display: block;}.list ul li a:hover{color: #602950; font-weight:500;}.list ul li a.hover{color: #602950;font-weight:500;}

/*核心技术*/
.core{width: 100%;margin:0px auto 90px;height: auto;overflow: hidden;}
.core .title{font-size:42px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.core1{width:96%;padding-left: 2%;padding-right: 2%;max-width: 1350px; margin:0 auto 50px; height:auto; overflow:hidden; text-align:center;}
.core1 p{width:94%; margin:0 auto; font-size:16px;text-align:center; line-height:30px; color:#666666;}
.core1 img{border-radius:20px; width:100%; height:auto; margin-top:50px;}
.core1 a{display:block;width:150px; margin:0 auto; text-align:center; margin-top:50px; border:1px #333 solid; height:50px; line-height:50px; font-size:16px;}

.core2{width:96%;max-width: 1350px; margin:0px auto 30px; height:auto; overflow:hidden; text-align:center; background:#f5f5f5;border-radius:20px;}
.core2 .core2_1{width:35%; float:left; padding-left:5%; text-align:left; padding-top:8%;}
.core2 .core2_1 h1{ font-size:30px; color:#000; font-weight:550; margin-bottom:20px;}.core2 .core2_1 p{ font-size:16px; line-height:30px; color:#666666; width:86%;}
.core2 .core2_2{width:60%; float:right;}
.core2 .core2_2 img{width:100%; height:auto;}

.core3{width:96%;max-width: 1350px; margin:50px auto 50px; height:auto; overflow:hidden; text-align:center; background:#f5f5f5;border-radius:20px;}
.core3 .core2_1{width:35%; float:right; padding-left:5%; text-align:left; padding-top:8%;}
.core3 .core2_1 h1{ font-size:30px; color:#000; font-weight:550; margin-bottom:20px;}.core3 .core2_1 p{ font-size:16px; line-height:30px; color:#666666; width:86%;}
.core3 .core2_2{width:60%; float:left;}
.core3 .core2_2 img{width:100%; height:auto;}

.core4{width:96%;max-width: 1350px; margin:0px auto 50px; height:auto; overflow:hidden; text-align:center;}
.core4 ul{width:100%;}
.core4 ul li{width:48%; float:left; margin-left:3%; margin-top:20px;}
.core4 ul li div.img{ width:100%; height:390px;overflow:hidden;border-radius:20px; margin-bottom:20px;}.core4 ul li img{ width:100%; height:100%;}
.core4 ul li h1{ font-size:30px; color:#000; font-weight:550; margin-bottom:20px; text-align:left;}.core4 ul li p{ font-size:16px; line-height:30px; color:#666666; text-align:left;}

/*服务支持*/
.solu{width: 100%;margin:0px auto 90px;padding-left: 0%;padding-right: 0%;height: auto;overflow: hidden;}
.solu .title{font-size:42px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.solu1{width:96%;max-width: 1350px; margin:0 auto 60px; height:auto; overflow:hidden; text-align:center;}
.solu1 p{width:94%; margin:0 auto; font-size:16px;text-align:center; line-height:30px; color:#666666;}
.solu1 img{border-radius:20px; width:100%; height:auto; margin-top:50px;}
.solu1 a{display:block;width:150px; margin:0 auto; text-align:center; margin-top:50px; border:1px #333 solid; height:50px; line-height:50px; font-size:16px;}

#solu3{width:100%;text-align:center; background:#f5f5f5; padding:25px 0px;margin:0 auto;}
.solu3{width:96%;max-width: 1350px; margin:30px auto 30px; height:auto; overflow:hidden; text-align:center;}
.solu3 .solu2_1{width:32%; float:right; padding-left:5%; text-align:left; padding-top:13%;}
.solu3 .solu2_1 h1{ font-size:30px; color:#000; font-weight:550; margin-bottom:20px;}.solu3 .solu2_1 p{ font-size:16px; line-height:30px; color:#666666; width:86%; margin-bottom:10px;}
.solu3 .solu2_2{width:63%; float:left;}
.solu3 .solu2_2 img{width:100%; height:auto;border-radius:20px;}

.solu2{width:100%;text-align:center;  height:600px; padding:25px 0px;margin:0 auto;}
.solu2 .solu2_1{ width:60%;max-width: 850px; background:rgb(0,0,0,0.8); margin:60px auto;border-radius:20px; color:#ffffff; height:420px; padding:50px;}
.solu2 .solu2_1 h1{ font-size:30px; color:#fff; font-weight:550; margin-bottom:20px;}.solu2 .solu2_1 p{ font-size:16px; line-height:30px; color:#fff;margin-bottom:10px;}

.solu4{width:96%;max-width: 1350px; margin:0px auto 50px; height:auto; overflow:hidden; text-align:center;}
.solu4 ul{width:100%;}
.solu4 ul li{width:48%; float:left; margin-left:3%; margin-top:20px;}
.solu4 ul li div.img{ width:100%; height:390px;overflow:hidden;border-radius:20px; margin-bottom:20px;}.solu4 ul li img{ width:100%; height:100%;}
.solu4 ul li h1{ font-size:30px; color:#000; font-weight:550; margin-bottom:20px; text-align:left;}.solu4 ul li p{ font-size:16px; line-height:30px; color:#666666; text-align:left;}

/*服务支持*/
.service{width:96%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden; padding-bottom:50px;}
.service .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.service .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.service h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}.service p{ font-size:16px; line-height:30px; color:#666666; margin-bottom:10px;}
.service span{color:#999;}

/*企业文化*/
.culture{width:96%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.culture .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.culture .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.culture h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}
.culture p{ font-size:16px; line-height:30px; color:#666666; margin:25px auto;margin-bottom:10px; text-align:center;}
.culture img{width:100%; height:auto;border-radius:20px;margin:15px auto;}
.culture1{width:100%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.culture1 ul{width:100%;}
.culture1 ul li{width:23%; float:left; margin-left:2.5%;}
.culture1 ul li h1{ font-size:24px; color:#000; font-weight:550; padding-bottom:20px; text-align:center;border-bottom: 1px #666666 solid;}
.culture1 ul li p{ font-size:16px; line-height:30px; color:#666666; text-align:left;}

/*记忆生活*/
.life{width:96%;max-width: 1350px; margin:20px auto 50px; height:auto; overflow:hidden;}
.life .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.life .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.life h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}
.life p{ font-size:16px; line-height:30px; color:#666666; margin:25px auto;margin-bottom:10px; text-align:center;}

.life1{width:96%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.life1 ul{width:100%;}.life1 ul li img{width:100%; height:auto;}
.life1 ul li{width:100%;margin:25px auto 0px; height:auto; overflow:hidden; }
.life1 ul li.life1_1 .life_img{width:60%; float:left;border-radius:20px; height:auto; overflow:hidden;position: relative;}

.life1 ul li.life1_1 .life_img .rcll_l{width: 100%;float:left;height: auto;overflow: hidden;}
.life1 ul li.life1_1 .life_img .rcll_l ul{overflow: hidden;}
.life1 ul li.life1_1 .life_img .rcll_l ul li{width: 100%;height: auto;overflow: hidden;float: left;border-radius:20px}
.life1 ul li.life1_1 .life_img .rcll_l ul li img{width: 100%;height: auto;overflow: hidden;}
.rcll_l1{height: auto;text-align: center;position: absolute;bottom: 10px;z-index: 1;left: 50%;transform: translate(-50%,-50%);}
.rcll_l1 ul{display:inline-block;}
.rcll_l1 ul li{width:30px;height: 12px;float: left;margin-left: 5px;margin-right: 5px;cursor: pointer;background:rgb(255,255,255,0.6);border-radius: 15px;}
.rcll_l1 ul li.on{width: 44px;border-radius: 15px;}

.life1 ul li.life1_1 .life_con{width:32%; float:right; height:auto; background:#FFFFFF; padding-right:4%;}
.life1 ul li.life1_1 .life_con h1{ font-size:24px; color:#000; font-weight:550; padding-top:20%;}
.life1 ul li.life1_1 .life_con p{ font-size:16px; line-height:30px; color:#666666; text-align:left;}

.life1 ul li.life1_2 .life_img{width:60%; float:right;border-radius:20px; height:auto; overflow:hidden;position: relative; }
.life1 ul li.life1_2 .life_img .rcll_l{width: 100%;float:left;height: auto;overflow: hidden;}
.life1 ul li.life1_2 .life_img .rcll_l ul{overflow: hidden;}
.life1 ul li.life1_2 .life_img .rcll_l ul li{width: 100%;height: auto;overflow: hidden;float: left;border-radius:20px}
.life1 ul li.life1_2 .life_img .rcll_l ul li img{width: 100%;height: auto;overflow: hidden;}

.life1 ul li.life1_2 .life_con{width:32%; float:left; height:auto; padding-right:4%;}
.life1 ul li.life1_2 .life_con h1{ font-size:24px; color:#000; font-weight:550; padding-top:20%;}
.life1 ul li.life1_2 .life_con p{ font-size:16px; line-height:30px; color:#666666; text-align:left;}

/*记忆招聘*/
.recruit{width:100%;max-width: 1350px; margin:20px auto; height:auto; overflow:hidden;}
.recruit .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.recruit .title p{width:80px; height:2px; background:#602950; margin:15px auto;}
.recruit h1{ font-size:19px; color:#602950; font-weight:550; margin-top:20px;}.recruit p{ font-size:16px; line-height:30px; color:#666666; margin:25px auto;margin-bottom:10px; text-align:center;}
.recruit img{width:100%; height:auto;border-radius:20px;margin:15px auto;}
.recruit1{width:100%;margin:20px auto 90px; height:auto; overflow:hidden; position:relative;}

.recruit1 ul{width:100%;}
.recruit1 ul li{width:50%; float:left; margin-left:0%; overflow:hidden;}
.recruit1 ul li img{width:100%; height:auto;transition: all 0.7s;}
.recruit1 ul li:hover img{transform: scale(1.1);}

.recruit1_1{position:absolute; width:34%; left:14%; top:20px;}
.recruit1_1 h1{ font-size:24px; color:#fff; font-weight:550; padding-bottom:0px; text-align:left;}
.recruit1_1 p{ font-size:16px; line-height:30px; color:#fff; text-align:left;}
.recruit1_1 p span{ display:block; float:right;}
.recruit1_2{position:absolute; width:29%; left:54%; top:20px;}
.recruit1_2 h1{ font-size:24px; color:#fff; font-weight:550; padding-bottom:0px; text-align:left;}
.recruit1_2 p{ font-size:16px; line-height:30px; color:#fff; text-align:left;}
.recruit1_2 p span{ display:block; float:right;}

/*新闻*/
.news{width: 96%;height: auto;margin: 70px auto;overflow: hidden;}
.news ul{width: 100%;max-width: 1350px; height: auto;overflow: hidden;margin:0px auto;}
.news ul li{width: 100%;height: auto;overflow: hidden;cursor: pointer;padding-top: 60px;padding-bottom: 60px; border-bottom:1px #eee solid;}
.news ul li a{display: block;height: auto;overflow: hidden;width: 100%;margin:0px auto;}
.news ul li a .news_1{width: 30%;max-width: 389px;float: left;overflow:hidden;}
.news ul li a .news_1 img{width: 100%;height: auto;transition:all 0.5s;}
.news ul li:hover a .news_1 img{transform:scale(1.1);}
.news ul li a .news_2{width: 65%;float: right;overflow: hidden;}
.news ul li a .news_2 .news_2_1{width:65%; float:left;}
.news ul li a .news_2 .news_2_1 h1{height: 40px;font-size: 24px;color: #333;line-height: 35px;margin-top: 7px;}
.news ul li a .news_2 .news_2_1 p{font-size: 16px;color: #666;line-height:30px;height: auto;margin-top: 50px;}

.news ul li a .news_2 .news_2_2{width:110px; float:right; text-align:right;}
.news ul li a .news_2 .news_2_2 h2{font-weight: normal;font-size: 16px;color: #666;margin-top: 10px;}

.news ul li a .news_2 .news_2_2 .more{width: 110px;height: 30px;margin-top: 65px;font-size: 12px;border:1px #a0a0a0 solid;border-radius: 15px;line-height: 30px;text-align: center;color: #666666; float:right;} 
.news ul li:hover a .news_2 .news_2_2 .more{background: #602751;border:1px #602751 solid;;color: #fff;}
.news ul li:hover{border-bottom:1px #602751 solid;}
.news ul li:hover a .news_2 .news_2_1 h1{color: #602751;}
.news ul li:hover a .news_2 .news_2_2 h2{color: #602751;}
.news ul li:hover a .news_2 .news_2_1 p{color: #666;}

.publicity::after{content: '';display: block;clear: both;}
.publicity_left{float: left;width: calc(100% - 150px);}
.publicity_left h1{height: 40px;font-size: 24px;color: #333;line-height: 35px;margin-top: 7px;}
.publicity_right{float: right;width: 114px;text-align: right;margin-top: 7px;}
.publicity_right h2{font-weight: normal;font-size: 16px;color: #666;margin-top: 10px;padding-left: 23px;}

/*新闻资讯内页*/
.news_de{max-width: 1320px;height: auto;overflow: hidden;margin: 90px auto 120px;width: 90%; background:#fff;box-shadow: 0 0 20px #e1e1e1; }
.news_det{max-width: 1120px;height: auto;overflow: hidden;margin: 60px auto 20px;border-bottom: 1px #dddddd solid;padding-bottom: 25px;width: 100%;}
.news_det h1{font-size: 32px;color: #333;text-align: center;}
.news_det p{font-size: 18px;margin-top: 20px;color: #333;text-align: center;}
.news_det p span{margin-right: 30px;margin-left: 30px;}
.news_det p span a{max-width: 100%;height: auto;margin-left: 5px;margin-right: 15px;}
.news_det p span a img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter:grayscale(100%);opacity:0.6;}
.news_det p span a:hover img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(0);filter: none;opacity:1;}
.news_dec{max-width: 1120px;height: auto;overflow: hidden;margin: 5px auto;width: 92%;}
.news_dec p{text-indent: 2em; font-size: 16px;color: #666;line-height: 32px; margin-bottom:20px;}
.news_dec img{max-width: 100%;height: auto;display: block;margin:25px auto;}
.news_dec .fh{width: 121px;height: 67px;display: block;margin:25px auto;}
.news_dec .fh a{display: block;}
.news_dec .fh a img{width: 100%;height: auto;}
.news_deb{max-width: 1120px;width: 90%;height: auto;overflow: hidden;margin: 30px auto 80px; border-top:1px #dddddd solid;}
.news_deb h1{font-size: 22px;color: #000;}
.news_deb .news_deb_1{width:80%;float: left;margin-top: 25px;}
.news_deb .news_deb_2{width:16%; float:right;}
.news_deb .news_deb_1 li{width:100%;margin-top: 16px;}
.news_deb .news_deb_1 li a{display: block;font-size: 16px;color: #666;}
/*.news_deb .news_deb_1 li a h2{font-size: 22px;font-weight: normal;color: #000;margin-left: 20px;margin-top: 26px;}*/
/*.news_deb .news_deb_1 li a p{font-size: 15px;color: #333;margin-top: 6px;margin-left: 20px;}*/
.news_deb .news_deb_1 li a:hover{color: #602751;}

.back{width: 110px;height: 40px;margin-top: 55px;font-size: 15px;border:1px #a0a0a0 solid;border-radius: 25px;line-height: 40px;text-align: center;color: #666666; float:right;}
.back:hover{background: #602751;border:1px #602751 solid;;color: #fff;}

/*分页*/
.fy{width: 100%;height: 36px;margin:20px auto 85px;font-size: 20px;color: #666;text-align: center;}
.fy ul{display:inline-block;}
.fy ul li{float: left;font-size: 20px;margin-left: 5px;margin-right: 5px;width: 36px;height: 36px;/*background: #fff;*/border-radius: 50%;text-align: center;line-height: 36px;}
.fy ul li a{color: #8b8b8b;display: block;font-family: 'OPPOSans-B';}
.fy ul .fy1{/*background: #dddddd;*/position: relative;}.fy ul .fy2{/*background: #dddddd;*/position: relative;}
/*.fy ul li.hover{background: #72b83b}
.fy ul li:hover{background: #72b83b;}*/
.fy ul .fy1 a:after{content: ''; position: absolute; left: 5px; top: 15px;width: 0;height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #8b8b8b;transform: rotate(90deg); -webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
        transition: all .5s ease-out}
.fy ul .fy2 a:after{content: ''; position: absolute; left: 15px; top: 15px;width: 0;height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #8b8b8b;transform: rotate(270deg); -webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
        transition: all .5s ease-out}

.fy ul li:hover a{color: #602751;}
.fy ul li.hover a{color: #602751;}

.fy ul .fy1:hover a:after{content: ''; position: absolute; left: 5px; top: 15px;width: 0;height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #602751;transform: rotate(90deg); -webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
        transition: all .5s ease-out}
.fy ul .fy2:hover a:after{content: ''; position: absolute; left: 15px; top: 15px;width: 0;height: 0;border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #602751;transform: rotate(270deg); -webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
        transition: all .5s ease-out}



/*隐私*/
.privacy{width:90%;max-width: 1160px; margin:20px auto 60px; height:auto; overflow:hidden;}
.privacy .title{font-size:35px; color:#000; text-align:center; font-weight:550; margin-bottom:20px; padding-top:50px;}
.privacy .title p{width:80px; height:2px; background:#602950; margin:15px auto 60px;}
.privacy h1{ font-size:19px; color:#333; font-weight:550; margin-top:20px;}.privacy p{ font-size:16px; line-height:30px; color:#666666; margin-bottom:10px;}
.privacy span{color:#999;}

.map {max-width:1300px;}
.map ul{width:100%;height:auto;overflow:hidden;margin:0px auto;}
.map ul li{width:100%;height:76px;line-height:36px;border-bottom:1px #dddddd solid;margin-top:20px; padding-bottom:30px;}
.map ul li h1{font-size:18px;color:#333333;margin-bottom:12px;}
.map ul li h1 a{color:#333333;font-size:18px;margin-top:20px;display:block;}
.map ul li a{font-size:15px;color:#666666;margin-right:55px;}
.map ul li a:hover{color:#602751;}



/*人才招聘*/
.career{width: 100%;max-width: 1400px;margin:90px auto 90px;padding-left: 0%;padding-right: 0%;height: auto;overflow: hidden;}
.career1{width: 100%;height: auto;overflow: hidden;margin: 30px auto 90px;}
.career1_1{width:10%; float:left;}.career1_1 img{max-width:100%; height:auto;}.career1_3{width:10%; float:right;}.career1_3 img{max-width:100%; height:auto;}
.career1_2{width:80%; float:left; margin:0 auto;}.career1_2 h1{ text-align:center; font-size:28px; color:#72bb38;}.career1_2 p{width:70%; margin:0 auto;margin-top:30px;text-align:center; font-size:16px; color:#a3a3a3; line-height:26px;}

.career2{width: 100%;height: auto;overflow: hidden;margin: 30px auto;}.career2 h1{ height:150px; line-height:150px; color:#ffffff; font-size:28px; text-align:center;}

.career3{width: 80%;height: auto;overflow: hidden;margin: 20px auto 80px;}
.career3 ul {width: 100%;height: auto;overflow: hidden;}
.career3 ul li{width: 18.4%;float: left;  margin-right:2%;padding-left: 0%;padding-right: 0%;padding-bottom: 35px;text-align: center;}
.career3 ul li .cloud2_1{width: 100%;height: auto;overflow: hidden; cursor: pointer;padding-top:50px;padding-bottom:20px; position:relative; height:105px;}
.career3 ul li .cloud2_1 img{max-width: 100%;height: auto;overflow: hidden;/*transition: all 0.5s;*//*filter: grayscale(100%) brightness(350%);*/}.career3 ul li .cloud2_1 span{ position:absolute; top:45%; left:45%; font-size:28px; color:#ffffff; font-weight:500;}
.career3 ul li .cloud2_2{width: 100%;height: auto;overflow: hidden;}
.career3 ul li .cloud2_2 h1{margin:10px auto 2px; font-weight:500; height: 35px;overflow: hidden;line-height: 35px;font-size: 18px; color:#ffffff; text-align:center;position: relative;}
.career5{width: 100%;height: auto; text-align:center;overflow: hidden;margin: 80px auto 80px; font-size:28px; color:#72bb38;}

.faq{width: 96%; max-width:1350px;height: auto;overflow: hidden;margin: 0px auto 50px;}
.faqa{width: 100%;margin: 0px auto 30px;overflow: hidden;}
.faq h3{width: 100%;height: auto; background:#eeeeee;cursor: pointer;overflow: hidden;padding-top: 5px;font-weight: normal}
.faq h3 span{ width:21%;display: block;padding-left: 2%;padding-right: 2%;height: 80px;line-height: 80px;float: left;font-size: 16px;color: #333;}
.faq h3 .faq1{width: 73%;padding-left: 6.5%;font-size: 20px;border-right: none; }
.faq h3 .faq2{width: 10%;padding-right: 6.5%;height: 0px;float: right;text-align: right; padding-top:25px;}

.faq h3 .faq2 em{width: 25px;height: 25px;float: right;margin-left: 15px;/*transition: all 0.5s;*/}
.faq h3 .faq2 em img{width: 25px;height: 25px;}
/*.join h3 .join2 em:hover img{content: url(../images/join1.png);}*/
.faq h3.on .faq2 em{content: url(../images/join1.png); }
.faq ul{width: 100%;border-bottom: 1px #ddd solid;display:none; background:#f6f6f6;margin-bottom: 25px;}
.faq ul .faq_2{width: 90%;margin:0 auto;border-top: 0px #72bb38 solid;height: auto;overflow: hidden;text-align:left;}
.faq ul .faq_2 h1{font-size: 20px;color: #666; margin-top: 20px;margin-bottom: 10px; float:left; width:3%;padding-left: 2%;}
.faq ul .faq_2 p{font-size: 16px;margin-top: 18px;margin-bottom: 10px;color: #666;line-height: 32px; float:right; width:89%;padding-right: 5%; text-align:left; padding-bottom:20px;}
.faq ul .faq_2 h2{color: #602751;font-size: 20px;margin-bottom: 10px; overflow:hidden;}

.faq ul .faq_2 h2 a{ margin-top:60px;display:block;font-size: 16px; color:#fff; width:140px; height:35px; line-height:35px; float:left; background:#72bb38;border-radius:25px; text-align:center;}

.faq h3.on em{ transform:rotate(180deg) }
.faq h3.on{border-bottom: 0px #dddddd solid;}

.search{width: 100%;height: auto;overflow: hidden;margin:85px auto 70px;}
.search1{width: 810px;height: 52px;line-height: 52px;border-radius: 25px;border: 1px #999999 solid;overflow: hidden;color: #333;font-size: 18px;margin:0px auto;}
.search1 .input{width: 720px;float: left;margin-left: 28px;height: 50px;overflow: hidden;color: #333;font-size: 18px;border:0px;outline: none;}
.search1 .img{width: 38px;height: 42px;float: right;margin-right:15px;margin-top: 4px;}
.search2{width:100%;height:44px;overflow: hidden;margin: 90px auto 0px;border-bottom: 1px #dddddd solid;}
.search2 ul{width: 96%;padding-left: 2%;padding-right: 2%;max-width: 1280px;overflow: hidden;margin:0px auto;}
.search2 ul a{color: #666666;font-size: 16px;width: 179px;display: block;float: left;text-align: center;height: 40px;}
.search2 ul a:hover{border-bottom: 4px #602751 solid;color: #602751;}
.search2 ul a.hover{border-bottom: 4px #602751 solid;color: #602751;}
.search3{width: 96%;padding-left: 2%;padding-right: 2%;max-width: 1280px;overflow: hidden;margin:36px auto 0px;}
.search3 h2{font-weight: normal;font-size: 16px;color: #666666;height: 80px;overflow: hidden;border-bottom: 1px #dddddd solid;}
.search3 li{height: 140px;overflow: hidden;border-bottom: 0px #dddddd solid;margin-top: 57px;font-size: 19px;}
.search3 li a{color: #333;}
.search3 li a:hover{color: #602751;}
.search3 li p{font-size: 15px;color: #999999;line-height: 32px;margin-top: 15px;}


@media screen and (max-width:1580px) {
.page-overlay{margin-left:4%;}
.ss{right:9%;}.list{ height:60px;}.list ul li{height: 60px;line-height: 60px;}
.abo2 .abo2_1{width: 85%;float: right;line-height:34px; padding-right:5%;}
.contact1 ul li{float:left; margin-left:0%; margin-right:0%; padding-right:4%;  padding-left:4%; border-right:1px #f1f1f1 solid;}
}
@media screen and (max-width:1380px) {
.header .con{ max-width:94%; margin:0 auto; padding-top:26px; }
/* .logo a{width:240px; height:26px; display:block; background-size:auto 26px; margin-top:26px;} */
.logo a{background-size: auto 48px;margin-top: 12px;}
.page-overlay .nav li > a{ font-size:15px; padding:0 2px; color:#333; line-height:72px; display:block;}
.page-overlay{margin-left:3%;}
.ss{right:8%;}
.list{ height:50px;}
.list ul li{height: 50px;line-height: 50px;}
.abo2 .abo2_1{width: 90%;float: right;line-height:34px; padding-right:5%;}
.contact1 ul li{float:left; margin-left:0%; margin-right:0%; padding-right:3%;  padding-left:2%; border-right:1px #f1f1f1 solid;}
}
@media screen and (max-width:1350px) {
.conta{background: none !important;overflow-x: auto;}
.conta_c{background: url(../images/map.jpg) no-repeat center top/cover;}
.conta::-webkit-scrollbar{height: 4px;}
.conta::-webkit-scrollbar-thumb{height: 4px;background-color: #602950; border-radius: 5px;}
/* .conta_c1_1{bottom: 37px;left: 18px;} */
}
@media screen and (max-width:1185px) {
.header .con{ max-width:96%; margin:0 auto; padding-top:26px; }
/* .logo a{width:240px; height:26px; display:block; background-size:auto 26px; margin-top:26px;} */
.logo a{background-size: auto 46px;}
.page-overlay .nav li{ float:left; padding-left:17px;padding-right:17px; position:relative;}
.page-overlay .nav li > a{ font-size:14px; padding:0 1px; color:#333; line-height:72px; display:block;}
.page-overlay .nav li dl{width: 160px;height: auto;overflow: hidden;position: absolute; left:-40%;top: 72px;background: #fff;display: none;z-index: 1000; padding-top:25px; padding-bottom:20px;}
.page-overlay{margin-left:1%;}
.ss{right:8%;}.list{ height:45px;}
.list ul li{height: 45px;line-height: 45px;}
.abo2 .abo2_1{width: 90%;float: right;line-height:34px; padding-right:5%;}
.contact1 ul li{float:left; margin-left:0%; margin-right:0%; padding-right:3%!important;  padding-left:3%!important; border-right:1px #f1f1f1 solid;}

.bottom1 dl dt{font-size: 13px;}.bottom1 dl dd{font-size: 13px;}.bottom1_r1 p{font-size: 14px;}
}

/*按钮*/
.button2017{color:#87b763;display:inline-block;font-family:"SAPRegular",Arial,Helvetica,sans-serif;font-weight:normal;font-size:16px;line-height:30px;height:30px;overflow:hidden;padding:5px 0px;position:relative;text-align:center;vertical-align:middle;width:99%; border:1px #87b763 solid;}
.button2017 .hoverboxes{display:flex;left:0;margin:0;padding:0;position:absolute;top:0;width:100%;z-index:1}
.button2017 .buttonText{display:inline-block;width:100%;color:#87b763;position:relative;z-index:2;top:50%;transform:translateY(-50%)}


.button2017.version1 .hoverboxes{background-color:#f2f2f2}
.button2017.version1 .hoverbox{background-color:#f2f2f2;height:30px;padding:5px 24px;width:33.334%;transition:background-color,150ms,linear}
.button2017.version1{color:#74b83d;}
.button2017.version1:hover{color:#fff}.button2017:hover .buttonText{color:#fff}
.button2017.version1:hover .hoverboxes{background-color:#74b83d}
.button2017.version1:hover .hoverbox{background-color:#74b83d}

.button2017.version2 .hoverboxes{background-color:#fff}
.button2017.version2 .hoverbox{background-color:#fff;height:30px;padding:5px 24px;width:33.334%;transition:background-color,150ms,linear}
.button2017.version2{color:#74b83d;}
.button2017.version2:hover{color:#fff}.button2017:hover .buttonText{color:#fff}
.button2017.version2:hover .hoverboxes{background-color:#74b83d}
.button2017.version2:hover .hoverbox{background-color:#74b83d}


.button2017.version3{box-shadow:inset 0 0 0 1px #007db8;color:#007db8}
.button2017.version3 .hoverbox{background-color:rgba(255,255,255,0.15);height:40px;width:33.334%;transition:background-color,150ms,linear}
.button2017.version3 .buttonText{transition:color,150ms,linear;color:#007db8}
.button2017.version3:hover{color:#fff}
.button2017.version3:hover .buttonText{color:#fff}
.button2017.version3:hover .hoverbox{background-color:#007db8}
.button2017.disabled{cursor:default;opacity:.25;pointer-events:none}
.button2017 .hoverbox:nth-child(1){transition-delay:100ms}
.button2017 .hoverbox:nth-child(2){transition-delay:50ms}
.button2017 .hoverbox:nth-child(3){transition-delay:0}
.button2017:hover{cursor:pointer;text-decoration:none;transition:color,250ms,linear}
.button2017:hover .hoverbox{transition:background-color,150ms,linear}
.button2017:hover .hoverbox:nth-child(1){transition-delay:0}
.button2017:hover .hoverbox:nth-child(2){transition-delay:50ms}
.button2017:hover .hoverbox:nth-child(3){transition-delay:100ms}
/*.button2017.loading-button{background-color:#007db8;border-color:#007db8}
.button2017.loading-button .buttonText{color:#fff;padding-left:32px}*/
